PreviousNextTracker indexSee it online !

(218/308) 1675 - ProjectViewer: Underlines open files from other views

Steps to reproduce:
use Editpane (or view) buffersets.
Project p1 open in View v1
Project p2 open in View v2

File f1 from project p1 is open in v2 but not v1.

Look at ProjectViewer in v1. f1 is underlined even though v1 does not show it in its buffer set.

Perhaps it should be underlined only if f1 is in View.getBuffers()?

Submitted ezust - 2012-11-19 18:14:25 Assigned
Priority 1 Labels Project Viewer
Status open Group None
Resolution None

Comments

2012-11-19 18:14:40
ezust

- **labels**: --> Project Viewer

2013-03-23 18:44:00
ezust

- **priority**: 5 --> 1

2013-03-23 18:44:00
ezust

fixing it would result in a significant decrease in performance (linear search through list, rather than a quick hash table lookup) unless we made changes to core.